프로젝트 별 commit 계정 설정

git에서 user 정보를 local로 할당

git config --local user.name(or email) "?"
git config --list